home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / outdr210.arc / ADDEM.DOC next >
Text File  |  1987-05-09  |  712b  |  28 lines

  1.  
  2. Update for version 2.10 of Outdoor.
  3.  
  4.      Realizing the bug in Opus is a serious one, I've added another
  5. command line option that allows you to manually add the BAUD rate of
  6. the caller.
  7.  
  8. Syntax:
  9.  
  10. OUTDOOR /Rpath /Ppath /Brate
  11.  
  12. /B allws you to proceed with the baud rate specified as rate.
  13.  
  14. For example:
  15.  
  16. OUTDOOR /Rc:\opus\door /B1200
  17. Would tell OUTDOOR the caller is calling at 1200 baud.
  18.  
  19. The usefull upshift of this is that you can use Ron Bemis's BAUD.EXE program
  20. to get an errorlevel then do a:
  21. IF ERROR LEVEL 11 outdoor /Rc:\opus\doors\ /B2400
  22. IF ERROR LEVEL 8 outdoor /Rc:\opus\doors\ /B1200
  23. IF ERROR LEVEL 6 outdoor /Rc:\opus\doors\ /B300
  24. ...
  25.  
  26. And thus eliminating any errors!
  27.  
  28.